Overload | Description |
---|---|
ExecuteScalarAsync(CancellationToken) | An asynchronous version of method C1CommandBase.ExecuteScalar that executes the query and returns the first column of the first row in the result set returned by the query. All other columns and rows are ignored. (Inherited from C1.DataConnector.AdoNet.C1CommandBase) |
ExecuteScalarAsync() | (Inherited from System.Data.Common.DbCommand) |